github.com/klauspost/compress/flate.advancedState.maxInsertIndex (field)

12 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L87: 	maxInsertIndex int
		deflate.go#L441: 	s.maxInsertIndex = d.windowEnd - (minMatchLength - 1)
		deflate.go#L471: 		if s.index < s.maxInsertIndex {
		deflate.go#L505: 				if prevIndex+prevLength < s.maxInsertIndex {
		deflate.go#L536: 										if s.index < s.maxInsertIndex {
		deflate.go#L577: 												if s.index < s.maxInsertIndex {
		deflate.go#L607: 			if end > s.maxInsertIndex {
		deflate.go#L608: 				end = s.maxInsertIndex
		deflate.go#L612: 			if startindex > s.maxInsertIndex {
		deflate.go#L613: 				startindex = s.maxInsertIndex
		deflate.go#L676: 						if s.index < s.maxInsertIndex {
		deflate.go#L882: 		s.maxInsertIndex = 0